ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1GroupCollectionView<S> Class / InternalList Property

In This Topic
    InternalList Property (C1GroupCollectionView<S>)
    In This Topic
    Gets or sets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected Shadows ReadOnly Property InternalList As System.Collections.Generic.List(Of Object)
    protected new System.Collections.Generic.List<object> InternalList {get;}
    See Also